Hi Yagnesh ,
it nice to see you again :-)
The problems rise from the file name of the module actionhandler that
is written like this actionHandler,
so if you go in your linux installation and rename the file in
actionhandler.py it must be working.
the file must be under ...\PythonCAD\Interface\Entity .
I will try to fix it in the repository
Could you open a Traker for this issue ?
Reghards
Matteo
Il 27/10/2010 19:20, Yagnesh Desai ha scritto:
> I started to setup my pythoncad environment in ubuntu 10.4
> and hit the road block.
> I installed pyqt and sympy and now left with following error:
>
> quote:
>
> Traceback (most recent call last):
> File "pythoncad_qt.py", line 21, in<module>
> from Interface.cadwindow import CadWindowMdi
> File "/home/ynd/Desktop/pythoncad/PythonCAD/Interface/cadwindow.py",
> line 38, in<module>
> from Interface.cadscene import CadScene
> File "/home/ynd/Desktop/pythoncad/PythonCAD/Interface/cadscene.py",
> line 38, in<module>
> from Interface.Entity.actionhandler import PositionHandler
> ImportError: No module named actionhandler
>
> :Unquote
>
> now it jump starts in windows and not in linux is it that we have moved
> to support windows ;)
>
> - - -
> Best regards
>
> Yagnesh Desai
>
> Save a tree...please don't print this e-mail.
>
> ------------------------------------------------------------------------------
> Nokia and AT&T present the 2010 Calling All Innovators-North America contest
> Create new apps& games for the Nokia N8 for consumers in U.S. and Canada
> $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
> Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store
> http://p.sf.net/sfu/nokia-dev2dev
> _______________________________________________
> Pythoncad-developer mailing list
> Pyt...@li...
> https://lists.sourceforge.net/lists/listinfo/pythoncad-developer
>
>
|