[BangPypers] Socket Error : Address still in use (Conveting from python 1.5.2 to 2.7.1)

2012-03-27 Thread Wah Meng Wong
Hello there,   I am almost done converting my application from python 1.5.2 to python 2.7.1 on a HP-UX 11 Itanium box.   My application server will set a listening port, accepting request from multiple clients. The code just works fine in the old python environment. E.g. when I do a lsof | grep I

[BangPypers] My VB EXE can't make calls to Python Servers via OLE RMI technology (application was writen in the 90s)

2011-12-23 Thread Wah Meng Wong
Hello there,   I am in the midst of migrating my client server applications (RMI as middleware) from python 1.5.2 to python 2.7.1. I have done up the migration on my application servers writen in pure python that runs on the UNIX platform. No issue.   Now I am encountering an issue where my clie

Re: [BangPypers] Python 2.7.1 build successful, however many modules failed on HP-UX 11.31 ia64 with aCC

2011-09-21 Thread Wah Meng Wong
d. Hopefully I will make some progress soon. I may open another issue more specific to cx_Oracle later. :  ) Thanks! ____ From: Senthil Kumaran To: Wah Meng Wong Sent: Tuesday, September 20, 2011 11:05 AM Subject: Re: [BangPypers] Python 2.7.1 build successful, howe

Re: [BangPypers] Python 2.7.1 build successful, however many modules failed on HP-UX 11.31 ia64 with aCC

2011-09-19 Thread Wah Meng Wong
heard something more substantial from HP. Haha I am not so aware that HP is an uncommon platform. : p 3.) Is ActiveState also one of the discussion group? From: Senthil Kumaran To: Wah Meng Wong Cc: Bangalore Python Users Group - India Sent: Tuesday, September 20, 2

Re: [BangPypers] Python 2.7.1 build successful, however many modules failed on HP-UX 11.31 ia64 with aCC

2011-09-18 Thread Wah Meng Wong
of acc 32-build and gcc 32-bit build) Failed to build these modules: _ctypes    termios   4.) Let me try again with --enable-shared and revert. Thanks! From: Senthil Kumaran To: Wah Meng Wong ; Bangalore Python Users Group - India

[BangPypers] Python 2.7.1 build successful, however many modules failed on HP-UX 11.31 ia64 with aCC

2011-09-18 Thread Wah Meng Wong
Hello there, I am trying to build python 64-bit on HP Itanium platform with HP-UX Ansi C compiler. The python executable is successfully built however there are many errors generated when option +DD64 is passed in, many (more) modules failed to build (compared to 32-bit option is used).  I f

[BangPypers] ORA-12705: Cannot access NLS data files or invalid environment specified

2011-03-07 Thread Wah Meng Wong
Hello there, My oracledb module on HP-UX is unable to connect to database when I export environment variable NLS_LANG="SIMPLIFIED CHINESE_CHINA.ZHS16GBK". There is no issue when such environment variable is exported and the SQLPLUS is issued. The DBA determined that this is an application error

Re: [BangPypers] Python 1.5.2 Application (compiled on PA-RISC)

2011-01-17 Thread Wah Meng Wong
A-RISC) Message-ID: <87tyhbbwrl....@gmail.com> Content-Type: text/plain; charset=us-ascii On Fri, Jan 14 2011, Wah Meng Wong wrote: [...] >> That would be my first guess (especially since it's the binary >> crashing). Is it not an option to get the sources and try to rec

Re: [BangPypers] Python 1.5.2 Application (compiled on PA-RISC)

2011-01-14 Thread Wah Meng Wong
Hi Noufal, Thanks for your reply! > That would be my first guess (especially since it's the binary > crashing). Is it not an option to get the sources and try to recompile > it for ia64 HP-UX? Yes it is an option however I am not familiar with the rebuild process so this is my last resort. Look

[BangPypers] Python 1.5.2 Application (compiled on PA-RISC) crashes on Itanium

2011-01-12 Thread Wah Meng Wong
Hi guys, I have a python application running on HP-UX B.11.23 U itanium 64 bit. My applicaiton crashes from time to time and I have not been able to trace what the rootcause as for each crashes, different commands were executed. If I run my application from a command window, here is the s