Forwarding to list.

--- Tony Cappellini <[EMAIL PROTECTED]> wrote:

> >>They need to start Applications-Utilities->Terminal
> It turned out that the users needed to change the 
> permissions to +x, then the script would be 
> invoked normally.

Ah, but you specifically said it was a command 
line program, so I thought you wanted to run it 
that way. :-)

> writing simple gui launcher to get around that problem.

You could use Applescript for that.

> No- my question to you is-
> I am using a python graphics framework/lib called PyQT/QT.

Is that available for the Mac?

> When I want to deploy it on OSX, how do I get 
> around having to have the user install/compile 
> pyQT/QT on their system?

Unless there are precompiled binaries available 
you don't. I didn't even know Qt was available 
for the Mac.

If you only need a GUI launcher you might be 
better off using the standard Python GUI Tkinter 
which runs on almost any platform that Python 
runs on. Thats why its the standard... wxPython 
also works on Mac but I haven't tried it.

Alan G.



                
___________________________________________________________ 
All new Yahoo! Mail "The new Interface is stunning in its simplicity and ease 
of use." - PC Magazine 
http://uk.docs.yahoo.com/nowyoucan.html
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to