Search results

  1. hardbyte

    Django

    ...Yes the site for the django project is djangoproject.com It would only need installing if the same django was to power many sites and therefore the files need to be in /usr instead of /home. But being Python it should be possible to upload the code and change the Python import path. There...
  2. hardbyte

    Django

    Has anyone got a django webserver running on X10?
  3. hardbyte

    Hello!

    Hey there, Did you have any luck getting a Django site up and running? I am really hoping it can be done without too much pain on x10!
  4. hardbyte

    Sending an email with python

    I had an issue with email sending from python also. The weird thing is it worked in the past. I think the server changed a few months ago and that somehow broke it. While writing this post I actually fixed my problem :-P Any how instead of using sendmail directly like you I used the python...
  5. hardbyte

    MySQLdb on Python

    Hello does anyone know if is there a python module on the new (74.63.192.50) x10 server for mysql connections? Usually I would use MySQLdb but the following script returns Live Test Script #!/usr/bin/python print "Content-Type: text/html\n\n" print "Python - OK" try: import MySQLdb except...
  6. hardbyte

    Grrrr...

    is there an option to get mysql from python somehow???
Top