Opened 18 years ago
Closed 18 years ago
#120 closed enhancement (fixed)
Windows doesn't have python installed by default
Reported by: | diane | Owned by: | diane |
---|---|---|---|
Priority: | major | Milestone: | Few Small Repairs |
Component: | Qt Gui | Version: | |
Keywords: | Cc: |
Description
If we're to use python for some glue logic, there's a problem of where to assume the python standard libraries are. On linux and OS X, its safe as python is usually installed.
Windows however...
Change History (5)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
I implemented something to deal with this in [407] however I'm not closing the ticket until after brandon tests it.
comment:3 by , 18 years ago
Blech looks like windows needs a -lQtCore4 after QtAssistant to get everything to link properly.
comment:4 by , 18 years ago
comment:5 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The only reason this matters is because I tried using python's webbrowser.open to open the documentation. A simple solution is to use QAssistant on windows and webbrowser.open on linux and os x (until I figure out how to install QAssistant).