2011/6/1 ramkrishan bhatt <ramkrishan.bh...@gmail.com>:
> $ cd workspace/Running\ Project/
> ramkrishan@ramkrishan-Aspire-5740:~/workspace/Running Project$
> /home/ramkrishan/Downloads/Python-2.5.5/./python
> google_appengine/dev_appserver.py coporategift/web2py/
> Traceback (most recent call last):
>   File "google_appengine/dev_appserver.py", line 76, in <module>
>     run_file(__file__, globals())
>   File "google_appengine/dev_appserver.py", line 72, in run_file
>     execfile(script_path, globals_)
>   File "/home/ramkrishan/workspace/Running
> Project/google_appengine/google/appengine/tools/dev_appserver_main.py", line
> 146, in <module>
>     from google.appengine.tools import appcfg
>   File "/home/ramkrishan/workspace/Running
> Project/google_appengine/google/appengine/tools/appcfg.py", line 69, in
> <module>
>     from google.appengine.tools import appengine_rpc
>   File "/home/ramkrishan/workspace/Running
> Project/google_appengine/google/appengine/tools/appengine_rpc.py", line 27,
> in <module>
>     import fancy_urllib
>   File "/home/ramkrishan/workspace/Running
> Project/google_appengine/lib/fancy_urllib/fancy_urllib/__init__.py", line
> 341, in <module>
>     class FancyHTTPSHandler(urllib2.HTTPSHandler):
> AttributeError: 'module' object has no attribute 'HTTPSHandler'
>
>
> please tell me the solution ... i am using ubuntu 10.10

Have you tried Googling a little bit?
Copying and paste your error message Google will give you the reason
of your error (wrong python version) and solution (install python2.5)
in the first result.

Regards

Reply via email to