I am still having trouble with dabo on linux. Can you show me what this means exactly "create an alias in your Python's site-packages directory that points to the 'dabo' folder" Thanks
Ed Leafe wrote: > > On Feb 15, 2010, at 2:34 AM, jvandal wrote: > >> I go to src/dabo/ide/ >> I run "python Classdesigner.py" and error reports that line "import dabo" >> is >> not found. I am running Mint Linux > > > Did you install Dabo, or just download the files? When you download > Dabo, > you are actually getting 3 things: the 'dabo' framework module, which is > installed like any other 3rd-party Python module; the 'demo' folder, which > contains the DaboDemo app that shows off some of what Dabo can do; and the > 'ide' folder, which contains all of the visual tools. > > You either have to run 'python setup.py install' from the main directory > of the downloaded files, or you have to create an alias in your Python's > site-packages directory that points to the 'dabo' folder. > > > -- Ed Leafe > > > > _______________________________________________ > Post Messages to: [email protected] > Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users > Searchable Archives: http://leafe.com/archives/search/dabo-users > This message: > http://leafe.com/archives/byMID/[email protected] > > -- View this message in context: http://old.nabble.com/running-dabo-on-linux-missing-dabo-tp27590347p27648377.html Sent from the dabo-users mailing list archive at Nabble.com. _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
