On 01/20/2011 09:35 AM, Steve Blackmore wrote: > I've got emc2-dev installed and tried to follow the glade install on the > wiki. Done the following > > sudo apt-get install glade > > To determine whether your gladevcp is up to date, run it as 'gladevcp > -h'. if the usage message says it supports a '-H halfile' option, you're > good to go. > > any command such as gladevcp -H just gives > > "command not found" > > likewise trying the following > > $ cd emc2-dev/lib/python/gladevcp > $ gladevcp gladevcp-test.ui > > > Any ideas? > > Steve Blackmore
Steve, It's a Unixy kinda thing. It's not currently in your PATH environment. You need to either give the full path for your command to work, like ~/emc2-dev/lib/python/gladevcp -H or, if you have CD'd into that directory, you need to use this format: ./gladevcp -H Mark ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
