Am 21.01.2011 um 14:07 schrieb Stuart Stevenson: > On Fri, Jan 21, 2011 at 5:35 AM, Steve Blackmore <[email protected]> wrote: > >> On Fri, 21 Jan 2011 08:30:50 +0100, you wrote: >> >> >>> You are missing some prerequisites. >>> >>> do a >>> sudo apt-get install build-essential autoconf >>> >>> and retry >> >> Hi Michael - It was build-dep emc2 that had not completed correctly. >> However after reinstalling and proving emc2-dev works I still cannot get >> gladevcp to work >> >> Gladevcp is now in >> >> emc2-dev/bin >> >> glade -h gives the following error
glade is the user interface editor. gladevcp is the program which displays a glade-generated UI file. >> >> steve@steve-micro:~/emc2-dev$ gladevcp -h >> Traceback (most recent call last): >> File "/home/steve/emc2-dev/bin/gladevcp", line 44, in <module> >> import gladevcp.makepins >> File "/home/steve/emc2-dev/lib/python/gladevcp/__init__.py", line 1, >> in <module> >> from hal_pythonplugin import * >> File "/home/steve/emc2-dev/lib/python/gladevcp/hal_pythonplugin.py", >> line 17, in <module> >> from hal_gremlin import HAL_Gremlin >> File "/home/steve/emc2-dev/lib/python/gladevcp/hal_gremlin.py", line >> 21, in <module> >> import gremlin >> File "/home/steve/emc2-dev/lib/python/gremlin.py", line 4, in <module> >> import gtk.gtkgl.widget >> ImportError: No module named gtkgl.widget from the wiki page, Gladevcpsetup (currently I cant reach it): sudo apt-get install python-xlib python-gtkglext1 >> >> Running >> >> steve@steve-micro:~/emc2-dev$ . scripts/emc-environment >> >> then >> >> steve@steve-micro:~/emc2-dev$ cd lib/python/gladevcp >> steve@steve-micro:~/emc2-dev/lib/python/gladevcp$ gladevcp-test.ui ----------------------------------------------------^^^^^^^^^^^^^^^^ A glade .ui file is not executable per se. Pass the ui filename as an argument to gladevcp. -m >> gladevcp-test.ui: command not found >> >> Steve Blackmore >> -- >> >> >> ------------------------------------------------------------------------------ >> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! >> Finally, a world-class log management solution at an even better >> price-free! >> Download using promo code Free_Logger_4_Dev2Dev. Offer expires >> February 28th, so secure your free ArcSight Logger TODAY! >> http://p.sf.net/sfu/arcsight-sfd2d >> _______________________________________________ >> Emc-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/emc-users >> > > > When you open a terminal and type 'emc' - does emc start? > > > -- > dos centavos > ------------------------------------------------------------------------------ > Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! > Finally, a world-class log management solution at an even better price-free! > Download using promo code Free_Logger_4_Dev2Dev. Offer expires > February 28th, so secure your free ArcSight Logger TODAY! > http://p.sf.net/sfu/arcsight-sfd2d > _______________________________________________ > Emc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/emc-users ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
