hello everyone

i have convert the python file to exe file using freeze
but the executable file is not working..
when im running it as  ./filename
it is giving me this error..
   
    Traceback (most recent call last):
  File "rectangle.py", line 2, in <module>
    from gasp import *
  File "/usr/lib/pymodules/python2.7/gasp/__init__.py", line 15, in <module>
    from api import *
  File "/usr/lib/pymodules/python2.7/gasp/api.py", line 26, in <module>
    import backend
  File "/usr/lib/pymodules/python2.7/gasp/backend.py", line 25, in <module>
    import cairo
  File "/usr/lib/python2.7/dist-packages/cairo/__init__.py", line 1, in 
<module>
    from _cairo import *
ImportError: No module named _cairo
 
please help me...

thnks in advance...
harjot


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to