Re: [BangPypers] How to Distribute Commercial Python Applications

2014-08-04 Thread B.Nanda Kishore
We use bdist_egg always to ship python packages. It ships just pyc files.
https://pythonhosted.org/an_example_pypi_project/setuptools.html

On Mon, Aug 4, 2014 at 10:27 AM, Deepak Tripathi apenguinli...@gmail.com
wrote:

 How to distribute commercial python application without giving source code
 to the customer, dev platform in Unix (FreeBSD), Python2.x.





Regards,
Nanda
___
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] windows(Access Denied Error)

2011-08-07 Thread B.Nanda Kishore
I had a similar problem and solved it after using win32 extensions.

Regards,
Nandakishore


On Sun, Aug 7, 2011 at 11:46 AM, aßlเίlαslเ abhilash.p...@gmail.com wrote:

 Hi,
I am using shutil.rmtree() to delete folders  all its files(windows),
 getting Access Denied Error.
Yes, the folder set to be readonly by default but can delete these
 manually from my login.
More over python is installed by Admin login. Let me know a way to solve
 it.


 --
 aßlเίlαslเ
 ___
 BangPypers mailing list
 BangPypers@python.org
 http://mail.python.org/mailman/listinfo/bangpypers

___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] problem with Pinax setting up profile

2011-06-24 Thread B.Nanda Kishore
Regarding the clone operation problem, I think its pinax-admin
clone_project (you missed underscore I guess between *clone* and *project*).
Its in the 
docshttp://pinaxproject.com/docs/0.7/install/#starting-a-new-pinax-project

And regarding sqlite, I think you tried installing sqllite(with double el in
the spelling) and thats why bash errored telling you to type sqlite(single
el).

Did I answer your question ?

Regards,
Nandakishore


On Fri, Jun 24, 2011 at 12:26 PM, vikas ruhil vikasruhi...@gmail.comwrote:

 ckhat06-Inspiron-1440:~$ cd
 ~/Downloads/acadworld/awstealth/blackhat06@blackhat06-Inspiron-1440
 :~/Downloads/acadworld/awstealth$
 source ~/Downloads/pinaxenv/bin/activate
 (pinaxenv)blackhat06@blackhat06-Inspiron-1440
 :~/Downloads/acadworld/awstealth$
 pinax-admin clone project acadworld
 Unable to find command 'clone'
 (pinaxenv)blackhat06@blackhat06-Inspiron-1440
 :~/Downloads/acadworld/awstealth$

 can help here is clone command is not found !!
 need urgent help regarding this ??
 also problem in setting up database ?
 following command line is
 
 blackhat06@blackhat06-Inspiron-1440:~$ cd
 ~/Downloads/acadworld/awstealth/blackhat06@blackhat06-Inspiron-1440
 :~/Downloads/acadworld/awstealth$
 source ~/Downloads/pinaxenv/bin/activate
 (pinaxenv)blackhat06@blackhat06-Inspiron-1440
 :~/Downloads/acadworld/awstealth$
 pinax-admin clone project acadworld
 Unable to find command 'clone'
 (pinaxenv)blackhat06@blackhat06-Inspiron-1440
 :~/Downloads/acadworld/awstealth$
 ^C
 (pinaxenv)blackhat06@blackhat06-Inspiron-1440
 :~/Downloads/acadworld/awstealth$
 sudo apt-get install sqllite3
 [sudo] password for blackhat06:
 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 E: Unable to locate package sqllite3
 (pinaxenv)blackhat06@blackhat06-Inspiron-1440
 :~/Downloads/acadworld/awstealth$
 sqlite3 dev.db
 The program 'sqlite3' is currently not installed.  You can install it by
 typing:
 sudo apt-get install sqlite3
 (pinaxenv)blackhat06@blackhat06-Inspiron-1440
 :~/Downloads/acadworld/awstealth$

 help anybody familiar with pinax
 ___
 BangPypers mailing list
 BangPypers@python.org
 http://mail.python.org/mailman/listinfo/bangpypers

___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] problem with Pinax setting up profile

2011-06-24 Thread B.Nanda Kishore
So.. Did you try to install sqlite3 and got it installed ?
If you can print the error/exception details that would be helpful.

Regards,
Nandakishore


On Fri, Jun 24, 2011 at 2:10 PM, vikas ruhil vikasruhi...@gmail.com wrote:

 Thanks for helping ! I do the same ! now also same error with sqlite ??
 also i try it again sudo apt-get install sqlite3 , same error ! , my local
 host is running ! but i need to set up profile to login i am able to do
 that
 any link plz! I realize sorry for spell mistake.

 Regards,
 Vikash ruhil

 On Fri, Jun 24, 2011 at 12:46 PM, B.Nanda Kishore madhav@gmail.com
 wrote:

  Regarding the clone operation problem, I think its pinax-admin
  clone_project (you missed underscore I guess between *clone* and
  *project*).
  Its in the docs
  http://pinaxproject.com/docs/0.7/install/#starting-a-new-pinax-project
 
  And regarding sqlite, I think you tried installing sqllite(with double el
  in
  the spelling) and thats why bash errored telling you to type
 sqlite(single
  el).
 
  Did I answer your question ?
 
  Regards,
  Nandakishore
 
 
  On Fri, Jun 24, 2011 at 12:26 PM, vikas ruhil vikasruhi...@gmail.com
  wrote:
 
   ckhat06-Inspiron-1440:~$ cd
   ~/Downloads/acadworld/awstealth/blackhat06@blackhat06-Inspiron-1440
   :~/Downloads/acadworld/awstealth$
   source ~/Downloads/pinaxenv/bin/activate
   (pinaxenv)blackhat06@blackhat06-Inspiron-1440
   :~/Downloads/acadworld/awstealth$
   pinax-admin clone project acadworld
   Unable to find command 'clone'
   (pinaxenv)blackhat06@blackhat06-Inspiron-1440
   :~/Downloads/acadworld/awstealth$
  
   can help here is clone command is not found !!
   need urgent help regarding this ??
   also problem in setting up database ?
   following command line is
   
   blackhat06@blackhat06-Inspiron-1440:~$ cd
   ~/Downloads/acadworld/awstealth/blackhat06@blackhat06-Inspiron-1440
   :~/Downloads/acadworld/awstealth$
   source ~/Downloads/pinaxenv/bin/activate
   (pinaxenv)blackhat06@blackhat06-Inspiron-1440
   :~/Downloads/acadworld/awstealth$
   pinax-admin clone project acadworld
   Unable to find command 'clone'
   (pinaxenv)blackhat06@blackhat06-Inspiron-1440
   :~/Downloads/acadworld/awstealth$
   ^C
   (pinaxenv)blackhat06@blackhat06-Inspiron-1440
   :~/Downloads/acadworld/awstealth$
   sudo apt-get install sqllite3
   [sudo] password for blackhat06:
   Reading package lists... Done
   Building dependency tree
   Reading state information... Done
   E: Unable to locate package sqllite3
   (pinaxenv)blackhat06@blackhat06-Inspiron-1440
   :~/Downloads/acadworld/awstealth$
   sqlite3 dev.db
   The program 'sqlite3' is currently not installed.  You can install it
 by
   typing:
   sudo apt-get install sqlite3
   (pinaxenv)blackhat06@blackhat06-Inspiron-1440
   :~/Downloads/acadworld/awstealth$
  
   help anybody familiar with pinax
   ___
   BangPypers mailing list
   BangPypers@python.org
   http://mail.python.org/mailman/listinfo/bangpypers
  
  ___
  BangPypers mailing list
  BangPypers@python.org
  http://mail.python.org/mailman/listinfo/bangpypers
 
 ___
 BangPypers mailing list
 BangPypers@python.org
 http://mail.python.org/mailman/listinfo/bangpypers

___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] how to uninstall a package installed using easy_install

2011-02-03 Thread B.Nanda Kishore
+1 for pip

Regards,
Nandakishore


On Thu, Feb 3, 2011 at 2:50 PM, Noufal Ibrahim nou...@gmail.com wrote:

 On Thu, Feb 03 2011, Kenneth Gonsalves wrote:

  hi,
 
  I installed hg-git using easy_install. Now hg is b0rked. What is the
  best way of uninstalling hg-git - I do not see any uninstall option in
  easy_install.

 The only way is to to use easy_install -m to remove the entry from the
 .pth file and then manually delete the package. The details are here

 http://peak.telecommunity.com/DevCenter/EasyInstall?action=highlightvalue=uninstall#uninstalling-packages

 However, you shouldn't be using easy_install at all. pip[1] has all but
 superseded it. It has an uninstall command and does most things more
 sanely than does easy_install.


 Footnotes:
 [1]  http://pypi.python.org/pypi/pip

 --
 ___
 BangPypers mailing list
 BangPypers@python.org
 http://mail.python.org/mailman/listinfo/bangpypers

___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] sending sms through the web

2010-06-09 Thread B.Nanda Kishore
I would recommend checking out Kannel http://www.kannel.org/

Regards,
Nandakishore


On Wed, Jun 9, 2010 at 5:35 PM, Kenneth Gonsalves law...@au-kbc.org wrote:

 On Wednesday 09 June 2010 17:11:32 senthil kumar v s wrote:
  in case if u r going for webservice..
  i hve used a rest based api provided by ericsson lab..which works perfect
   across nations. but for commercial purpose ,i m not sure abt their
   quota..or clause of usage..
 
  for more info:
   https://labs.ericsson.com/apis/sms-send-and-receive/documentation
 

 thanks, but this is not what I want (btw, just curious, did you send this
 mail
 by sms?)
 --
 Regards
 Kenneth Gonsalves
 Senior Associate
 NRC-FOSS at AU-KBC
 ___
 BangPypers mailing list
 BangPypers@python.org
 http://mail.python.org/mailman/listinfo/bangpypers

___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] Django Jammers

2010-05-09 Thread B.Nanda Kishore
+1 for this saturday.

Any probable ideas, for a django project?

Regards,
Nandakishore


On Sun, May 9, 2010 at 5:15 PM, Manish Sinha m...@manishsinha.net wrote:

 On Sun, May 9, 2010 at 12:05 PM, Dhaval Sharma dhavalsha...@gmail.com
 wrote:

  Hello Group,
 
  Let me know if this is the right forum to initiate coding initiative.
 
  I propose a monthly meet to jam and meet at a common place and produce
 some
  cool django stuff. It could be in day or night.
 
  A time constrained onus for us to produce the assigned module and
 integrate
  to produce an awesome site. All in a day.
 
  I propose the following steps
 
1. We produce the idea. Or there could be sponsors of idea.
2. We vote for the idea to code.
3. We design and create modules. Assign them.
4. We code.
5. We stuff the place with food and drinks if people want to eat and
drink while they jam.
 

 This Saturday?
 Abhishek, if you are free this Saturday, then we can try to meet at Directi
 and get some stuff done.

 --
 Manish Sinha
 ___
 BangPypers mailing list
 BangPypers@python.org
 http://mail.python.org/mailman/listinfo/bangpypers

___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] User group meeting this weekend

2010-04-22 Thread B.Nanda Kishore
+1 for pygments, I recently tried it for my pet project(
https://github.com/madhav/zeshare). Its a good one.

Regards,
Nandakishore


On Thu, Apr 22, 2010 at 10:10 AM, Arvind Jamuna Dixit ard...@gmail.comwrote:

 I just called Sriram and confirmed the
 availability of room for this Sunday. (April 25th at 15:00)

 The original plan was to discuss on Pygments.
 I have been fiddling with Pygments for a few hours and
 with my very limited experience using it I can say
 it's a well designed piece of software.
 Pygments is also very well documented http://pygments.org/docs/.

 If Pygments looks heavyweight we can discuss on
 any one of Python standard library modules. I have heard
 that the unittest http://docs.python.org/library/unittest.html module
 employs a fair number of
 Python tricks and techniques.

 We can have a meetup if atleast three guys ( including me )
 are willing to attend.

 Now, can we have a show of hands please.

 --
 Arvind
 ___
 BangPypers mailing list
 BangPypers@python.org
 http://mail.python.org/mailman/listinfo/bangpypers

___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] python coding for automated sms sending,..

2010-01-19 Thread B.Nanda Kishore
If you mean, your web application sending sms to cellphone,
then may try Kannel.
http://stackoverflow.com/questions/430582/sending-an-sms-to-a-cellphone-using-django/430589#430589

Regards,
Nandakishore


On Tue, Jan 19, 2010 at 9:29 PM, pradeep T itpradeep...@gmail.com wrote:

 hi ...
 am developing a mobile application
 i need a code to send the messages automatically as per my scheduled
 date and time
 can any one help..,..
 thanks in advance...
 ___
 BangPypers mailing list
 BangPypers@python.org
 http://mail.python.org/mailman/listinfo/bangpypers

___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] Excel and Python

2009-09-02 Thread B.Nanda Kishore
You have a module called csv which I think can be used to accomplish what
you want. It accepts a csv file, which is identical to .xls file. Try that.

#code snippet:
import csv
csvreader = csv.reader(open(csv_file), delimiter = ',')
for row in csvreader:
 print 'row:%s' % row


Regards,
Nandakishore


On Wed, Sep 2, 2009 at 3:43 PM, Vamsi v...@apple.com wrote:

 Hi,

 I need a help in Python. I want to pass the inputs from Excel through
 variables Which is declared in python script.

 Example:  I given parameter and Value in Excel as :

 ParameterValue
 Test  5
 Test1   6

 I used same parameters in Python scripting

 Test + Test1

 Result should be : 11

 I am using Raft tool and Python scripting.

 Hope a good response for this.

 Thanks
 Vamsi


 ___
 BangPypers mailing list
 BangPypers@python.org
 http://mail.python.org/mailman/listinfo/bangpypers

___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] how to embed the python interpreter into web App

2009-07-29 Thread B.Nanda Kishore
You mean like this? http://shell.appspot.com/
Regards,
Nandakishore


On Wed, Jul 29, 2009 at 6:30 PM, Mehndi, Sibtey
sibtey.meh...@genpact.comwrote:

  Hi All

 I am trying to embed the python interpreter in to a web page
 but could not get the way, any one can suggest me how to do this.



 Thanks,

 Sibtey Mehdi



 This e-mail (and any attachments), is confidential and may be privileged. It 
 may be read, copied and used only
 by intended recipients. Unauthorized access to this e-mail (or attachments) 
 and disclosure or copying of its
 contents or any action taken in reliance on it is unlawful. Unintended 
 recipients must notify the sender immediately
 by e-mail/phone  delete it from their system without making any copies or 
 disclosing it to a third person.



 ___
 BangPypers mailing list
 BangPypers@python.org
 http://mail.python.org/mailman/listinfo/bangpypers


___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] how to embed the python interpreter into web App

2009-07-29 Thread B.Nanda Kishore
You have got a source link there on that page. check it. shell.appspot.com

Regards,
Nandakishore


On Wed, Jul 29, 2009 at 5:46 PM, Mehndi, Sibtey
sibtey.meh...@genpact.comwrote:

  Hi All

 I am trying to embed the python interpreter in to a web page
 but could not get the way, any one can suggest me how to do this.



 Thanks,

 Sibtey Mehdi

 This e-mail (and any attachments), is confidential and may be privileged. It 
 may be read, copied and used only
 by intended recipients. Unauthorized access to this e-mail (or attachments) 
 and disclosure or copying of its
 contents or any action taken in reliance on it is unlawful. Unintended 
 recipients must notify the sender immediately
 by e-mail/phone  delete it from their system without making any copies or 
 disclosing it to a third person.



 ___
 BangPypers mailing list
 BangPypers@python.org
 http://mail.python.org/mailman/listinfo/bangpypers


___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] Django test case problem

2009-07-28 Thread B.Nanda Kishore
By default django looks for a file called *tests.py*(plural) and not *
test.py*. Check that and let us know.
Regards,
Nandakishore


On Tue, Jul 28, 2009 at 6:40 PM, VIJAY KUMAR vnbang2...@yahoo.com wrote:

  Hi,

I am running testcase from django when I run them from models.py it
 run.

But when I put the same in test.py in the same directory where models
 is define it not even getting called.

   My structure django application is  mysite

 Settings.py

  Urls.py

   Polls

  __int__.py

  models.py

  test.py

  views.py

 I used this command to run the test cases   python manage.py test polls

 Can some help me know what am I missing or should need to do something  so
 my testcase from test.py start get executed.

 I tried to follow this link for the same
 http://docs.djangoproject.com/en/dev/topics/testing/







 with thanks

 Vijay


 --
 Love Cricket? Check out live scores, photos, video highlights and more. Click
 here http://in.rd.yahoo.com/tagline_cricket_2/*http://cricket.yahoo.com.
 ___
 BangPypers mailing list
 BangPypers@python.org
 http://mail.python.org/mailman/listinfo/bangpypers


___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


[BangPypers] Detect Soft and Hard Email Bounces

2008-06-18 Thread B.Nanda Kishore
Hello everybody,
I need a mechanism to detect soft bounced emails and hard bounced emails.
How do I do it?

-- 
Regards
Nanda,
Orglex Inc
Email: [EMAIL PROTECTED]
Without Breakdowns, there won't be Breakthroughs.
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers