Re: Problems building pyperl on Solaris

2001-10-12 Thread Andy McKay
Chances are if its not in pyppm then it has a problem builiding on Solaris. There is a pyperl mailing list at Zope.org that might help archives are here: http://lists.zope.org/pipermail/zope-perl/ Cheers. -- Andy McKay. - Original Message - From: "Warnes, Gregory R" <[EMAIL PROTECTED

Re: Using the python profiler from an ASP Python page

2001-10-12 Thread Markus Daniel
In the context of IIS you run Python as a AX-Scripting-Language. The same problem is happend with WSH or IE. - file: test.pys - import profile def main(): pass print __name__; print dir() profile.run("print __name__; print dir()") - file: test.pys - When you start test.py

Problems building pyperl on Solaris

2001-10-12 Thread Warnes, Gregory R
I'm trying to install pyperl 1.0.1 with ActivePython-2.1.1-212 and ActivePerl-5.6.1.629-sun4-solaris-thread-multi in order to use it with Zope 2.4.1. First I tried pyppm: # pyppm install pyperl Installing package 'pyperl'... Connecting to S

Re: VB sample for setting autoincrement property for a column

2001-10-12 Thread Markus Daniel
> Note that for some reason adKeyPrimary didn't get exported by COM with > the rest of the constants. Maybe the documentation has a misspelling in > the name. Run the "COM Makepy utility" for "Microsoft ADO Ext. 2.x for DLL and Security". This will make known the constants for the "ADOX.Key" -

Re: VB sample for setting autoincrement property for a column

2001-10-12 Thread Bob Kline
On Fri, 12 Oct 2001 [EMAIL PROTECTED] wrote: > Here is the VB sample. I did the steps to create the database > (except I created it in Access 2000), and create a new table. I > also created the AutoNumber ID column, except I am stuck on the > parts about setting parent catalog and setting autoi

Using the python profiler from an ASP Python page

2001-10-12 Thread Kári Harðarson
Hello all, When I try the following on an .ASP page : --- import profiler def main(): Response.write("Hi") profiler.run("main()","profile.log") The profiler claims that variable "main" is not declared. What gives ? Thank yo

VB sample for setting autoincrement property for a column

2001-10-12 Thread Theresa_Stadheim
Here is the VB sample. I did the steps to create the database (except I created it in Access 2000), and create a new table. I also created the AutoNumber ID column, except I am stuck on the parts about sett