473,396 Members | 1,968 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

wxWindows from PythonCard

Hi!

I was wondering if anyone can give me any light in this...I've
written a PythonCard application and I'm trying to create a Windows
executable but when I run my setup I get a bunch of errors...
My setup looks like this:

from distutils.core import setup
import py2exe

setup(
console = ["CopyStaffSearch.py"] ,
data_files = [ (".",["StaffDirectorySearchHelp.txt",
"CopyStaffSearch.rsrc.py"])],
)

AND I AM GETTING THE FOLLOWING ERRORS WHEN I RUN IT...

C:\Documents and Settings\OFalco\Desktop\dist>CopyStaffSearch.exe
Traceback (most recent call last):
File "CopyStaffSearch.py", line 287, in ?
File "PythonCardPrototype\model.pyc", line 218, in __init__
File "PythonCardPrototype\res.pyc", line 48, in getResource
File "PythonCardPrototype\res.pyc", line 86, in __init__
File "PythonCardPrototype\res.pyc", line 91, in __init__
File "PythonCardPrototype\res.pyc", line 91, in __init__
File "PythonCardPrototype\res.pyc", line 96, in __init__
File "PythonCardPrototype\res.pyc", line 130, in enforceSpec
File "PythonCardPrototype\res.pyc", line 30, in loadComponentModule
ImportError: cannot import module 'statictext

PLEASE HELPPPPPP!!!!! Thanks in advance....
Jul 18 '05 #1
1 1611
Oriana wrote:
Hi!

I was wondering if anyone can give me any light in this...I've
written a PythonCard application and I'm trying to create a Windows
executable but when I run my setup I get a bunch of errors...
My setup looks like this:

[...]


According to http://pythoncard.sourceforge.net/standalone.html under the
section Resolving Import Errors you need to import each component
individually (PITA). In the doc he's using McMillan Installer, but maybe
it's the same with py2exe. Anyway this is the sample he gives:
# imports required by mcmillan installer

from PythonCardPrototype.components import statictext, imagebutton, \
textfield, textarea, list, staticbox, checkbox, passwordfield, \
radiogroup, spinner, combobox, choice, htmlwindow, bitmapcanvas
Hope this helps
greg
Jul 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Ron Stephens | last post by:
Thanks, Tony, we long term newbies need to stick together ;-)) I just updated a few PythonCard versions of three of the modules from askMerlin, and posted them in a link right below the...
2
by: Adrian Smith | last post by:
I am using pythoncard 0.7.2 for windows. I am trying to use the same code for a large number of buttons so started out by using def on_mouseDown(self,event): but then I need to display the...
2
by: PipedreamerGrey | last post by:
I'm trying to create a standalone version (.exe) of PythonCard's Custdb sample using Py2Exe version 0.5.0. Everytime I attempt to compile the program, I get an error during compilation. This is...
1
by: Varun Hiremath | last post by:
Hello everybody, I was trying to install pythoncard on my system and I got this error. I am using an unstable version of Debian. Can someone tell me what the error could be. Is it because I am...
1
by: jlocc | last post by:
Hi!! I am working on a school project and I decided to use PythonCard and wxPython for my GUI development. I need a password window that will block unwanted users from the system. I got the...
4
by: Tequila | last post by:
I'm having some trouble starting PythonCard on my PC. I've downloaded and ran python-2.5.msi to install Python on my machine. And PythonCard-0.8.2.win32.exe to install PythonCard. When I try...
8
by: king kikapu | last post by:
Hi to all folks here, i downloaded and "playing" with PythonCard and i just want to share my thoughts so maybe we can discuss a little about it. I was used to wxGlade before and i think...
8
by: Kevin Walzer | last post by:
I'm curious to know what others think of these two frameworks for building wxPython apps. PythonCard has been around longer, but its development seems to have slowed. The last release, 0.8.2,...
24
by: John Henry | last post by:
For serveral years, I have been looking for a way to migrate away from desktop GUI/client-server programming onto the browser based network computing model of programming. Unfortunately, up until...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.