|
||||||
| Delphi/Python Forum for discussing Borland Delphi and Python coding techniques, tips and tricks. Ask your python questions here. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Hey there!
I'm Midnight, aka Riccardo, I'm n00b, new and italian, so don't expect much from me. I've 14 years and I've started "programming" with Python about two weeks ago, and I need help. I followed some simple tutorial, and I realized come very simple programs too, like a Password Requester and a Contact Rubric. Now, I'm using IDLE as IDE, and all my programs are just text. Now I'm tryin' to make them look better with Qt Designer and, well, I can design the form, and obtein the relative XML file. But how do I do to convert that XML file into python code? Thank you in advance. |
| Sponsored Links |
|
|
|
|||
|
Well, for Qt probably ur right, but now I need to know what is the function to convert the XML. Maybe this phantomatic pyuic that I don't know what is???
For TKinter, I don't know because of its old fashoned graphic... There is a thing like Qt Designer, but for Tkinter? |
|
|||||
|
I found this using a single search on Google:
PyQT Tutorial I think it's what you need. In the bottom you can see the three example files, and how everything is loaded together. Good luck! |
|
|||
|
Thanks a lot... But I think I have another problem: when I type import qt in my python shell, I get an error message. Is it normal??
Last edited by Midnight; 04-18-2008 at 05:14 AM. |
| Sponsored Links |
|
|
|
|||||
|
Well, I guess you haven't installed PyQt properly.
You can get PyQt from the official website here: Riverbank : PyQt : Overview Or, if you're using a Debian-based Linux distribution, do like this: $ sudo apt-get install python-qt4 python-qt4-dev python-qt4-doc pyqt4-dev-tools |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Visual Studio 2008: C# Hello World Tutorial | Jordan | CSharp Tutorials | 1 | 02-27-2008 07:48 AM |
| Python Collection | reachpradeep | Delphi/Python | 1 | 03-03-2007 02:50 PM |
| Visual Studio 2005 and Windows Vista | Jordan | General Programming | 3 | 01-22-2007 03:21 PM |
| Visual Studio 2005 Pro Won't Install | CheeseBurgerMan | Software Development Tools | 10 | 09-22-2006 05:44 PM |
| Visual Studio 2005 Express Edition | Crane | Software Development Tools | 9 | 05-25-2006 06:17 PM |