Jump to content

AJ00200

Members
  • Posts

    5
  • Joined

  • Last visited

AJ00200's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I asked again in the python support channel on freenode, but I didn't get a response about offical documentation. Normally its as simple as downloading a file and running "python that_file.py install" as root to install a module. Otherwise, I was also pointed to pysqlite2 which is a 3ed party module that should do the same things since you can't get the sqlite3 module working. Also, have you concidered upgrading your Python version? Even if you keep 2.4 as your main version you could allow people to access 2.7 or whatever in their #! line and that would include sqlite3 as well
  2. No, it is still giving the same error message.
  3. I've been working some more on my forums, and I was hoping to use sqlite for the login system, but I got an error about not having the sqlite3 module, so when I looked closer, I saw that this Python version does not include that module. When I asked about this in #python on irc.freenode.net, they said that the sqlite3 module could be installed. So, here is my request for it. Thanks for all your help
  4. Ok, thanks for your help. You really do have good support here.
  5. I am trying to setup ReCaptacha for use on my websites signup page, but for it to work properly, I need to make a query to their servers with the users entered form data, and I know you already block outgoing connections on (at least some) ports. Is there an official way for making connections, and if so, what is the proper way? Thanks in advance, AJ00200
×
×
  • Create New...