That did it. Thanks a lot.
--
http://mail.python.org/mailman/listinfo/python-list
It's:
from PythonCard.components import radiogroup
not just:
from PythonCard import radiogroup
"PipedreamerGrey" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I'm trying to create a standalone version (.exe) of PythonCard's Custdb
> sample using Py2Exe version 0.5.0. E
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 the exact code I'm
using in the setup file:
from distutils.core import setup
import py2exe
setup( name
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 the exact code I'm
using in the setup file:
from distutils.core import setup
import py2exe
setup( nam
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 the exact code I'm
using in the setup file:
from distutils.core import setup
import py2exe
setup( nam
I am using the command prompt. What I realized after reading your
entry, Peter, is that if I use "setup.py py2exe" instead of "start
setup.py py2exe" I can see the error in the same window without it
closing.
I went into the script and double spaced everything in case Notebook
smashed the lines
[EMAIL PROTECTED] wrote:
(Most recent call last):
C:\Documents and Settings\Gateway User\ Desktop\custdb\setup.py",
> line 1, name = "custdb", 'setup' is not defined
There may be a single word infront of 'setup' on the fourth line, it
scramble on my screen because I have to use a screen capture to
The Error:
(Most recent call last):
C:\Documents and Settings\Gateway User\ Desktop\custdb\setup.py", line
1,
name = "custdb",
'setup' is not defined
There may be a single word infront of 'setup' on the fourth line, it
scramble on my screen because I have to use a screen capture to read
th
> You should move these 'import ...' statements to your *script* so
that
> py2exe doesn find them, not to the setup script.
>
> Thomas
Removing import statements only returns this error message before the
package compiles:
= "custdb",
'setup' is not defined
No files are returned.
--
http://ma
[EMAIL PROTECTED] wrote:
You should move these 'import ...' statements to your *script* so that
py2exe doesn find them, not to the setup script.
Removing import statements only returns this error message before the
package compiles:
= "custdb",
'setup' is not defined
No files are returned.
Please u
[EMAIL PROTECTED] writes:
> For this setup file, the executable packs, but when I attempt to run
> the program, the screen flashes, " cannot import name radiogroup ".
> I've attempted adding "import radiogroup", "from Pythoncard import
> radiogroup" and "from Pythoncard.compnents import radiogrou
For this setup file, the executable packs, but when I attempt to run
the program, the screen flashes, " cannot import name radiogroup ".
I've attempted adding "import radiogroup", "from Pythoncard import
radiogroup" and "from Pythoncard.compnents import radiogroup" to the
setup file, and that doe
[EMAIL PROTECTED] wrote:
> I've been banging my head against this problem for a week. It's time
> to ask for help, because I'm obviously not going to solve this by trial
> and error. I'm trying to create a standalone version (.exe) of
> PythonCard's Custdb sample using Py2Exe version 0.5.0. Eve
I've been banging my head against this problem for a week. It's time
to ask for help, because I'm obviously not going to solve this by trial
and error. 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 pr
14 matches
Mail list logo