Re: Starting up the server

2006-08-29 Thread alex23
john Perry wrote: > how to solve these error > ImportError: No module named pkg_resources Hey John, There's a TurboGears group that will be better suited to answering TG-related questions: http://groups.google.com/group/turbogears It looks like this issue has come up before: http://groups.google

Re: Starting up the server

2006-08-28 Thread john Perry
yes i'll have check it please guide me if i'm wrong thanks Fredrik Lundh wrote: > "john Perry" wrote: > > >> what server? what software are you using? > > > > TurboGears 0.8.9,python 2.53 and using sql server > > have you checked the TurboGears mailing list archives ? > > -- http://mail.pyth

Re: Starting up the server

2006-08-28 Thread Fredrik Lundh
"john Perry" wrote: >> what server? what software are you using? > > TurboGears 0.8.9,python 2.53 and using sql server have you checked the TurboGears mailing list archives ? -- http://mail.python.org/mailman/listinfo/python-list

Re: Starting up the server

2006-08-28 Thread john Perry
Fredrik Lundh wrote: > "john Perry" wrote: > > > how to solve these error > > > > Traceback (most recent call last): > > File "mrsm-start.py", line 2, in > >import pkg_resources > > ImportError: No module named pkg_resources > > > > please help me thanks > > what server? what software are y

Re: Starting up the server

2006-08-28 Thread Fredrik Lundh
"john Perry" wrote: > how to solve these error > > Traceback (most recent call last): > File "mrsm-start.py", line 2, in >import pkg_resources > ImportError: No module named pkg_resources > > please help me thanks what server? what software are you using? -- http://mail.python.org/m

Re: Starting up the server

2006-08-28 Thread Marc 'BlackJack' Rintsch
In <[EMAIL PROTECTED]>, john Perry wrote: > how to solve these error > > Traceback (most recent call last): > File "mrsm-start.py", line 2, in > import pkg_resources > ImportError: No module named pkg_resources Install the module `pkg_resources`. SCNR, Marc 'BlackJack' Rintsch --

Starting up the server

2006-08-28 Thread john Perry
hi all, how to solve these error Traceback (most recent call last): File "mrsm-start.py", line 2, in import pkg_resources ImportError: No module named pkg_resources please help me thanks -- http://mail.python.org/mailman/listinfo/python-list