Re: Paths in Python 2.5

2006-12-15 Thread Waylan Limberg
On 12/14/06, kbochert <[EMAIL PROTECTED]> wrote: > > Thanks but I don't have, and don't want an irc client, so I'll just > struggle along and try not to ask stupid questions. My problem is that > Python 2.5 and sqlite3 seems to be a buggy combination. (Is that true?) > Maybe sqlite3 hasn't really

Re: Paths in Python 2.5

2006-12-14 Thread kbochert
Thanks but I don't have, and don't want an irc client, so I'll just struggle along and try not to ask stupid questions. My problem is that Python 2.5 and sqlite3 seems to be a buggy combination. (Is that true?) Maybe sqlite3 hasn't really been integrated yet? I have had to edit "C:\Python25\lib\s

Re: Paths in Python 2.5

2006-12-14 Thread Jeremy Dunck
On 12/14/06, kbochert <[EMAIL PROTECTED]> wrote: > Jeremy Dunck wrote: > > On 12/14/06, kbochert <[EMAIL PROTECTED]> wrote: ... > > Python's path (which is the list included in sys.path) is totally > > separate from the window path. > > > So how do I put Django on this path? > > > You probably wan

Re: Paths in Python 2.5

2006-12-14 Thread kbochert
Jeremy Dunck wrote: > On 12/14/06, kbochert <[EMAIL PROTECTED]> wrote: > > > > The command > > C:>django-admin.py > > does find it (tho it doesn't know what to do with it). > > > > It seems Python does not understand the path environment variable > > or is there something I'm missing? > > Python'

Re: Paths in Python 2.5

2006-12-14 Thread Jeremy Dunck
On 12/14/06, kbochert <[EMAIL PROTECTED]> wrote: > > The command > C:>django-admin.py > does find it (tho it doesn't know what to do with it). > > It seems Python does not understand the path environment variable > or is there something I'm missing? Python's path (which is the list included in sy