ocesou / hooke

Automatically exported from code.google.com/p/hooke
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Some info on illysam branch #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
(Probably I should post this in the group discussion but I am in China and
google groups appears to be fire-walled).

I just saw the new branch, some major file organisation (nice) and
suggestive names that indicate cool stuff inside. So I was so eager to have
a look... but I cannot get it to run, 

- first I got configobj missing. Fixed: apt-get install python-configobj

- then "no module named propgrid". I found that there is the source code
for that in http://wxpropgrid.sourceforge.net/ To be able to compile it in
also needed sudo apt-get install python-wxgtk2.8 libwxgtk2.8-dev (the first
was already installed, anyway)

- Still, "no module named propgrid".

- I tried to refresh the path sudo ldconfig

- Still, "no module named propgrid".

So I'm stuck, any word from the developer on requirements and library
version for this branch?

Original issue reported on code.google.com by albertog...@gmail.com on 3 Feb 2010 at 4:31

GoogleCodeExporter commented 8 years ago
Alberto,

I just created a wiki page for the illysam branch (HookeGUI). Have a look there 
and 
contact me if you have any issues.

More documentation will be provided in the near future (as time allows).

Cheers,

Rolf.

Original comment by illy...@gmail.com on 5 Feb 2010 at 5:41

GoogleCodeExporter commented 8 years ago
Thanks, I will check it out later on a windows system.

Original comment by albertog...@gmail.com on 13 Feb 2010 at 1:21

GoogleCodeExporter commented 8 years ago
Hi again,

I have the same problem in windows

I installed on a windows XP system:
python 2.6.4
wxpython 2.8
numpy 1.3.0
scipy 0.7.1
configobj 4.7.1
wxpropgrid 1.4.10

Then I run hooke.py and I get:

Traceback (most recent call last):
  File "C:\Documents and Settings\Admi
 line 25, in <module>
    import wx.propgrid as wxpg
ImportError: No module named propgrid

Very much the same problem I had in linux, propgrid module is not found. Must I
install it on a particular location? (the installer said anywhere outside wx
directory). I am not familiar with how windows deals with library paths, so I 
also
don't know where to look at.

Original comment by albertog...@gmail.com on 25 Feb 2010 at 2:55

GoogleCodeExporter commented 8 years ago
Wrong python installation seemed to be the cause. Closing.

Original comment by albertog...@gmail.com on 10 Mar 2010 at 7:49