Hi there,
I was trying to build pyhoca-gui and pyhoca-cli packages, but the setup.py scripts installed no executables.
Here is the package contents, meaning the files getting installed by the setup.py script, which is quite different from what I see in th deb package.
Oliver
-----> snip <----- /usr/lib/python2.7/site-packages/pyhoca /usr/lib/python2.7/site-packages/pyhoca/wxgui /usr/lib/python2.7/site-packages/pyhoca/wxgui/__init__.py /usr/lib/python2.7/site-packages/pyhoca/wxgui/about.py /usr/lib/python2.7/site-packages/pyhoca/wxgui/basepath.py /usr/lib/python2.7/site-packages/pyhoca/wxgui/frontend.py /usr/lib/python2.7/site-packages/pyhoca/wxgui/logon.py /usr/lib/python2.7/site-packages/pyhoca/wxgui/menus_taskbar.py /usr/lib/python2.7/site-packages/pyhoca/wxgui/messages.py /usr/lib/python2.7/site-packages/pyhoca/wxgui/notify.py /usr/lib/python2.7/site-packages/pyhoca/wxgui/printingprefs.py /usr/lib/python2.7/site-packages/pyhoca/wxgui/profilemanager.py /usr/lib/python2.7/site-packages/pyhoca/wxgui/splash.py /usr/lib/python2.7/site-packages/pyhoca/wxgui/taskbar.py /usr/lib/python2.7/site-packages/pyhoca_gui-0.1.0.10-py2.7.egg-info /usr/lib/python2.7/site-packages/pyhoca_gui-0.1.0.10-py2.7.egg-info/PKG-INFO /usr/lib/python2.7/site-packages/pyhoca_gui-0.1.0.10-py2.7.egg-info/SOURCES.txt /usr/lib/python2.7/site-packages/pyhoca_gui-0.1.0.10-py2.7.egg-info/dependency_links.txt /usr/lib/python2.7/site-packages/pyhoca_gui-0.1.0.10-py2.7.egg-info/requires.txt /usr/lib/python2.7/site-packages/pyhoca_gui-0.1.0.10-py2.7.egg-info/top_level.txt /usr/share/locale/bg/LC_MESSAGES/pyhoca-gui.mo /usr/share/locale/de/LC_MESSAGES/pyhoca-gui.mo /usr/share/locale/en/LC_MESSAGES/pyhoca-gui.mo /usr/share/locale/es/LC_MESSAGES/pyhoca-gui.mo /usr/share/locale/nl/LC_MESSAGES/pyhoca-gui.mo -----> snip <-----
Hi Oliver,
On Sa 10 Mär 2012 10:14:53 CET Oliver Burger wrote:
Hi there,
I was trying to build pyhoca-gui and pyhoca-cli packages, but the setup.py scripts installed no executables.
Here is the package contents, meaning the files getting installed by the setup.py script, which is quite different from what I see in th deb package.
Oliver
Do you think you could suggest a patch?
BTW: Today, I plan to integrate published application support into
Pyhoca-GUI and Python X2Go and to make PyHoca-GUI usable on Windows
again.
Greets, Mike
--
DAS-NETZWERKTEAM mike gabriel, dorfstr. 27, 24245 barmissen fon: +49 (4302) 281418, fax: +49 (4302) 281419
GnuPG Key ID 0xB588399B mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...
2012/3/10 Mike Gabriel <mike.gabriel@das-netzwerkteam.de>:
Do you think you could suggest a patch?
If I would understand, how that setup.py script works... There's loads of stuff defined for the Windows platform (like the path of the images and so on, but not for Linux. And I don't know, where from it takes its informations, what to install.
Oliver