wxglade
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3
pyCDK 0.1
pyCDK is a set of Python bindings (using Pyrex) to the Curses Development Kit. more>>
pyCDK is a set of Python bindings (using Pyrex) to the Curses Development Kit. It allows users to access high level curses widgets like the calendar, buttonbox, scrolling list, message box, etc. CDK is great, it really makes building complex curses applications much easier. I have used it before from C and Perl but no Python binding existed in this toolkit that I could find anyway.
pyCDK is strictly a text interface module, if you are looking to write a full fledged GUI in python then I highly recommend wxPython and wxGlade
This is a short guide for install:
1. Make sure you have Pyrex installed (version 0.82+).
2. Download and install CDK from Thomas Dickeys site
untar/gz the source archive
cd into it
./configure
./make
./make install
3. Download the pycdk package from here
4. If necessary, modify setup.py by adding the include and lib directories for CDK. The relevant portion is:
include_dirs = [/usr/local/include/cdk, /usr/include]
library_dirs = [/usr/local/lib, /usr/lib]
(I installed CDK with the default prefix of /usr/local.)
5. Run setup.py install (as root)
6. Every widget has a minimal example under pycdk/examples
7. Consult the man pages for CDK if you have a question that the examples dont make clear. Also, it may be that what you are after just isnt wrapped yet. In that case send me a note or better yet, send me a patch !
<<lesspyCDK is strictly a text interface module, if you are looking to write a full fledged GUI in python then I highly recommend wxPython and wxGlade
This is a short guide for install:
1. Make sure you have Pyrex installed (version 0.82+).
2. Download and install CDK from Thomas Dickeys site
untar/gz the source archive
cd into it
./configure
./make
./make install
3. Download the pycdk package from here
4. If necessary, modify setup.py by adding the include and lib directories for CDK. The relevant portion is:
include_dirs = [/usr/local/include/cdk, /usr/include]
library_dirs = [/usr/local/lib, /usr/lib]
(I installed CDK with the default prefix of /usr/local.)
5. Run setup.py install (as root)
6. Every widget has a minimal example under pycdk/examples
7. Consult the man pages for CDK if you have a question that the examples dont make clear. Also, it may be that what you are after just isnt wrapped yet. In that case send me a note or better yet, send me a patch !
Download (0.018MB)
Added: 2006-07-16 License: GPL (GNU General Public License) Price:
1195 downloads
Stanis Python Editor 0.8.3.c
Stanis Python Editor is a Python IDE with wxGlade, Pychecker, UML, and Blender support. more>>
Stanis Python Editor is a python IDE with auto-indentation, auto completion, call tips, syntax coloring, syntax highlighting, uml viewer, class explorer, source index, auto todo list, sticky notes, integrated pycrust shell, python file browser, recent file browser, drag&drop, context help, ...
Special is its blender support with a blender 3d object browser and its ability to run interactively inside blender. Spe ships with wxGlade (gui designer), PyChecker (source code doctor) and Kiki (regular expression console). Spe is extensible with wxGlade.
Main features:
- Intellisense & autocompletion
- Call tips
- Syntax coloring
- Sidebar with class explorer, index & todo
- Drag & drop
- Tab Controls
- Uml Diagrams
System requirements:
- full python 2.3+
- wxpython 2.6+
- optional blender 2.35
Enhancements:
- This is a maintenance release with mostly bugfixes and some feature updates.
- If you are using wxPython 2.7, youll need to upgrade to this release.
<<lessSpecial is its blender support with a blender 3d object browser and its ability to run interactively inside blender. Spe ships with wxGlade (gui designer), PyChecker (source code doctor) and Kiki (regular expression console). Spe is extensible with wxGlade.
Main features:
- Intellisense & autocompletion
- Call tips
- Syntax coloring
- Sidebar with class explorer, index & todo
- Drag & drop
- Tab Controls
- Uml Diagrams
System requirements:
- full python 2.3+
- wxpython 2.6+
- optional blender 2.35
Enhancements:
- This is a maintenance release with mostly bugfixes and some feature updates.
- If you are using wxPython 2.7, youll need to upgrade to this release.
Download (11.7MB)
Added: 2006-10-27 License: Public Domain Price:
1102 downloads
Python CD 2004-07-02
Python CD is a bootable CD based on Debian GNU/Linux and KNOPPIX. more>>
Python CD is a bootable CD based on Debian GNU/Linux and KNOPPIX.
The special thing about it is that it has lots of Python stuff!
Installable Python packages
In the top level directory of the CD is a directory python/, containing several packages of Python:
- Python for Linux - most Linux distributions include Python, so we dont provide it for them
- Python for Mac OS X
- Python for Windows, win32all extension
- Python for DOS - no maintainer yet, so we only provide an URL
- Python source code, if you want to compile it yourself
Ready-to-Use Python
On the bootable Linux system, Python is already installed and ready to run:
- Python 2.3.4 (latest and greatest, use this!)
- Python 2.2.3
- Python 2.1.3
Python CD Packages
Here is an overview of popular packages installed on the PythonCd.
PythonCdRawPackageList has a complete raw list of installed debian packages.
IDEs (Integrated Development Environments)
- eric3 - a very nice and powerful GUI IDE
- IDLE - a simpler, but also popular GUI IDE
- DrPython - another GUI IDE
- IPython - an extended interactive Python command interpreter
GUI Builders
- BoaConstructor
- PythonCard
- ? WxGlade
GUI Toolkit bindings
- PyGtk
- PyQt
- WxPython
Graphics libs
- PIL
- PyGame
- PyOpenGL
Web/HTML/XML stuff
- MoinMoin wiki - you are using it right now
- TwistedMatrix AKA Twisted - a Python internet framework, very powerful
- Quixote
- PyXML, libxml2 and other XML packages
Scientific
- python-numeric and python-numarray - math extensions
- python-pyx - module for generating PostScript graphics, plotting
Database
- Gadfly
- python-mysqldb - interface for MySQL
- python-pgsql - DB-API 2.0 interface to PostgreSQL v7.x
- python-pygresql - PostgreSQL module
Misc
- PyChecker - checks your source code for common errors"
<<lessThe special thing about it is that it has lots of Python stuff!
Installable Python packages
In the top level directory of the CD is a directory python/, containing several packages of Python:
- Python for Linux - most Linux distributions include Python, so we dont provide it for them
- Python for Mac OS X
- Python for Windows, win32all extension
- Python for DOS - no maintainer yet, so we only provide an URL
- Python source code, if you want to compile it yourself
Ready-to-Use Python
On the bootable Linux system, Python is already installed and ready to run:
- Python 2.3.4 (latest and greatest, use this!)
- Python 2.2.3
- Python 2.1.3
Python CD Packages
Here is an overview of popular packages installed on the PythonCd.
PythonCdRawPackageList has a complete raw list of installed debian packages.
IDEs (Integrated Development Environments)
- eric3 - a very nice and powerful GUI IDE
- IDLE - a simpler, but also popular GUI IDE
- DrPython - another GUI IDE
- IPython - an extended interactive Python command interpreter
GUI Builders
- BoaConstructor
- PythonCard
- ? WxGlade
GUI Toolkit bindings
- PyGtk
- PyQt
- WxPython
Graphics libs
- PIL
- PyGame
- PyOpenGL
Web/HTML/XML stuff
- MoinMoin wiki - you are using it right now
- TwistedMatrix AKA Twisted - a Python internet framework, very powerful
- Quixote
- PyXML, libxml2 and other XML packages
Scientific
- python-numeric and python-numarray - math extensions
- python-pyx - module for generating PostScript graphics, plotting
Database
- Gadfly
- python-mysqldb - interface for MySQL
- python-pgsql - DB-API 2.0 interface to PostgreSQL v7.x
- python-pygresql - PostgreSQL module
Misc
- PyChecker - checks your source code for common errors"
Download (669.5MB)
Added: 2007-08-13 License: GPL (GNU General Public License) Price:
815 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 1
- 1
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above wxglade search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed