Problems with PyRun_SimpleFile()
Markus Ewald
Markus_Ewald at gmx.net
Mon Jul 19 10:31:49 EDT 1999
More information about the Python-list mailing list
Mon Jul 19 10:31:49 EDT 1999
- Previous message (by thread): Problems with PyRun_SimpleFile()
- Next message (by thread): tkinter call backs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Excuse this dumb question, but how can I use PyRun_SimpleFile() ? I'm using VC6 on Win98, where I've declared some simple functions for testing. Well -- everything works fine when I use PyRun_SimpleString(). If I put the same lines I gave PyRun_SimpleString() in a File and then use PyRun_SimpleFile() to execute it, I get an access violation. I did everything exactly as I've seen in Modules\Main.C (except that I'm using CPP), what's wrong ? (I've hung a minimal, commented version on this mail, if anyone wants to take a look at it) -Markus- -------------- next part -------------- A non-text attachment was scrubbed... Name: Main.CPP Type: application/x-unknown-content-type-cppfile Size: 1517 bytes Desc: not available URL: <http://mail.python.org/pipermail/python-list/attachments/19990719/c89e545f/attachment.bin>
- Previous message (by thread): Problems with PyRun_SimpleFile()
- Next message (by thread): tkinter call backs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list