Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with example: Desktop/Systray on Windows #17

Open
mponweiser opened this issue Sep 8, 2014 · 2 comments
Open

Problem with example: Desktop/Systray on Windows #17

mponweiser opened this issue Sep 8, 2014 · 2 comments

Comments

@mponweiser
Copy link
Contributor

Ok, so I am running:
Windows 7 / Python 2.7.5 / QT 4.8.6 / PySide 1.2.2, and I tried this repo's example in desktop called systray. Running the binary from the "QT Examples and Demos" launcher was without problems, but launching systray.py did not show the embedded .SVG icons within the icon list and neither in the system tray. I found a related topic on SO and added:

 from PySide import QtSvg, QtXml

to systray.py, which at least now shows the icons. However, when I run both the PySide and binary versions side by side, the "Heart" icon is rendered distorted in the PySide version. I guess that means I should set up the renderer correctly?

My main issue is that this should be noted somewhere in the example's documentation, because I assumed the these examples would run flawlessly out of the box. I would be glad to do that however I am still a PySide-noob :)

@EricThomson
Copy link

This example crashes Python for me, on my Windows 7, Python 2.7.6, Qt 4.8.5, PySide 1.2.2 (just get python.exe has stopped working). When I run in PyCharm, in addition to crashing, it lets me know that Process finished with exit code -1073741819 (0xC0000005). I figure within a month or so I will be competent enough to fix this myself, just wanted to put it out there in case there is an obvious fix.

@mponweiser
Copy link
Contributor Author

No updates yet from my side :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants