[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

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

2011-01-12 Thread Vishal
Hi, From the stack trace, it seems your conjecture 1 is True. So this is most probably happening because of subtle differences between PA-RISC and Itanium. Itanium was built to be able to execute almost everything that PA-RISC can. However as per the following page below:

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

2011-01-12 Thread Noufal Ibrahim
On Wed, Jan 12 2011, Wah Meng Wong wrote: [...] I have following questions:- 1.) Could this berelated to the incompatibility of python binary (python version 1.5.2 compiled for PA-RISC processor on an older version of HP-UX, back in year 2000) and HP-UX Itanium 64-bit platform?

Re: [BangPypers] MetaClass in python

2011-01-12 Thread Sirtaj Singh Kang
On 11-Jan-11, at 8:47 PM, Nitin Kumar wrote: [snip] So i do know who to create a class and its function dynamically at runtime??? You can dynamically create a class like this: NewClass = type('NewClass', (object,), {}) where 'NewClass' is the name of your class, (object,) is any tuple of

Re: [BangPypers] MetaClass in python

2011-01-12 Thread Nitin Kumar
Hi Taj, On Wed, Jan 12, 2011 at 3:43 PM, Sirtaj Singh Kang sir...@sirtaj.netwrote: On 11-Jan-11, at 8:47 PM, Nitin Kumar wrote: [snip] So i do know who to create a class and its function dynamically at runtime??? You can dynamically create a class like this: NewClass =

[BangPypers] [JOB] Python developer required in Pune with web development experience

2011-01-12 Thread s|s
Hello, A startup in stealth mode is engaged in development of web application in education domain. It is looking for a Python developer with knowledge of processes of web development. The developer should have medium to expert level knowledge of databases, templates, html, and at-least one of

Re: [BangPypers] [JOB] Python developer required in Pune with web development experience

2011-01-12 Thread Kenneth Gonsalves
On Wed, 2011-01-12 at 21:35 +0530, s|s wrote: This interesting job comes with industry competitive compensation. how much? I wonder why in India people never mention salary range. -- regards Kenneth Gonsalves ___ BangPypers mailing list

Re: [BangPypers] MetaClass in python

2011-01-12 Thread Sirtaj Singh Kang
On 12-Jan-11, at 7:43 AM, Nitin Kumar wrote: [snip] So {} can contain function also for the new class, if then can you give example for the same. As i need function to class being generated. Yes, you can replace the {} with something like { 'my_method': some_function } but the

Re: [BangPypers] MetaClass in python

2011-01-12 Thread steve
On 01/12/2011 09:13 PM, Nitin Kumar wrote: Hi Taj, On Wed, Jan 12, 2011 at 3:43 PM, Sirtaj Singh Kangsir...@sirtaj.netwrote: On 11-Jan-11, at 8:47 PM, Nitin Kumar wrote: [snip] So i do know who to create a class and its function dynamically at runtime??? You can dynamically create

Re: [BangPypers] [JOB] Python developer required in Pune with web development experience

2011-01-12 Thread Rajeev J Sebastian
Because most people in India are not satisfied with what might be written. Regards Rajeev J Sebastian On 13-Jan-2011, at 6:30 AM, Kenneth Gonsalves law...@au-kbc.org wrote: On Wed, 2011-01-12 at 21:35 +0530, s|s wrote: This interesting job comes with industry competitive compensation. how

Re: [BangPypers] [JOB] Python developer required in Pune with web development experience

2011-01-12 Thread Baishampayan Ghose
This interesting job comes with industry competitive compensation. how much? I wonder why in India people never mention salary range. One reason for not stating the actual range and just saying according to industry standards is that there is no such thing as a standard compensation. The

Re: [BangPypers] [JOB] Python developer required in Pune with web development experience

2011-01-12 Thread Kenneth Gonsalves
On Thu, 2011-01-13 at 11:34 +0530, Rajeev J Sebastian wrote: Because most people in India are not satisfied with what might be written. LOL - but seriously, I know there are some countries where a job advertisement without indicating salary range is considered unethical and people will not

Re: [BangPypers] [JOB] Python developer required in Pune with web development experience

2011-01-12 Thread Kenneth Gonsalves
On Thu, 2011-01-13 at 11:39 +0530, Baishampayan Ghose wrote: This interesting job comes with industry competitive compensation. how much? I wonder why in India people never mention salary range. One reason for not stating the actual range and just saying according to industry standards

Re: [BangPypers] [JOB] Python developer required in Pune with web development experience

2011-01-12 Thread Baishampayan Ghose
how much? I wonder why in India people never mention salary range. One reason for not stating the actual range and just saying according to industry standards is that there is no such thing as a standard compensation. The actual pay differs with the person, the role the company.

Re: [BangPypers] [JOB] Python developer required in Pune with web development experience

2011-01-12 Thread Kenneth Gonsalves
On Thu, 2011-01-13 at 11:48 +0530, Baishampayan Ghose wrote: or a way of saying: 'there is going to be bargaining here'? I do not know much about the software industry, but surely there must be an approximate range - or at least a maximum that a company is willing to shell out? I

Re: [BangPypers] [JOB] Python developer required in Pune with web development experience

2011-01-12 Thread Navin Kabra
On Thu, Jan 13, 2011 at 11:44 AM, Kenneth Gonsalves law...@au-kbc.orgwrote: or a way of saying: 'there is going to be bargaining here'? I think it's a way of saying: Salary will depend upon who you are, how much experience you have, what your current salary is, and how desperately we need you.

Re: [BangPypers] [JOB] Python developer required in Pune with web development experience

2011-01-12 Thread Baishampayan Ghose
I agree. That is indeed, one way of saying the salary is negotiable. Having said that, I have never seen companies like Google, Facebook, etc. mention a pay range in job postings, google, facebook etc are the top range - it goes without saying that the salaries will be far above industry

Re: [BangPypers] [JOB] Python developer required in Pune with web development experience

2011-01-12 Thread Vivek Khurana
On Thu, Jan 13, 2011 at 11:58 AM, Kenneth Gonsalves law...@au-kbc.org wrote: That said, the best candidates (as far as I am concerned) are those who say that salary is not the main criterion - what work are you going to give me? That carrot stick works for a while. Once you have couple of

Re: [BangPypers] [JOB] Python developer required in Pune with web development experience

2011-01-12 Thread Vivek Khurana
On Thu, Jan 13, 2011 at 12:01 PM, Baishampayan Ghose b.gh...@gmail.com wrote: While I completely agree with you on this, just FYI, Google (US, don't know about India) pays considerably less than the industry standards but makes it up with the perks. Even in US, Google salaries are lower than

Re: [BangPypers] [JOB] Python developer required in Pune with web development experience

2011-01-12 Thread Kenneth Gonsalves
On Thu, 2011-01-13 at 12:40 +0530, Vivek Khurana wrote: On Thu, Jan 13, 2011 at 11:58 AM, Kenneth Gonsalves law...@au-kbc.org wrote: That said, the best candidates (as far as I am concerned) are those who say that salary is not the main criterion - what work are you going to give me?

Re: [BangPypers] [JOB] Python developer required in Pune with web development experience

2011-01-12 Thread Rajeev J Sebastian
On 13-Jan-2011, at 12:44 PM, Kenneth Gonsalves law...@au-kbc.org wrote: On Thu, 2011-01-13 at 12:40 +0530, Vivek Khurana wrote: On Thu, Jan 13, 2011 at 11:58 AM, Kenneth Gonsalves law...@au-kbc.org wrote: That said, the best candidates (as far as I am concerned) are those who say that

Re: [BangPypers] [JOB] Python developer required in Pune with web development experience

2011-01-12 Thread Roshan Mathews
On Thu, Jan 13, 2011 at 06:30, Kenneth Gonsalves law...@au-kbc.org wrote: On Wed, 2011-01-12 at 21:35 +0530, s|s wrote: This interesting job comes with industry competitive compensation. how much? I wonder why in India people never mention salary range. I vaguely remembered this line, but

Re: [BangPypers] [JOB] Python developer required in Pune with web development experience

2011-01-12 Thread Noufal Ibrahim
On Thu, Jan 13 2011, Kenneth Gonsalves wrote: [...] everyone has a minimum - what I need to live in comparative luxury - given that minimum is assured, then what is the criterion? Two companies, somewhat similar work and atmosphere - one paying 1.5 times the other. Which job would you take?