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
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
"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
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
"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
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
--