Re: rmtree message

2017-09-13 Thread ivan77
As a start, have you done this: Before the rmtree command, find out which directory you end up in after all of your commands, and they figure out whether you have access to the directory you are trying to delete from there. -- https://mail.python.org/mailman/listinfo/python-list

Creating a python client for an external service advice

2017-09-13 Thread ivan77
Hi All, I would like to create a Python module/client library for a data visualization service that I use (and will be using more) as my first larger contribution to open source Python. I have not come across any best practices for this, and am wondering whether there are some resources that y

Re: SOAP XML webserver in Python/Django

2016-10-02 Thread ivan77
Thank you for the info dieter. I'll take a look at your suggestions. -- https://mail.python.org/mailman/listinfo/python-list

SOAP XML webserver in Python/Django

2016-09-29 Thread ivan77
Hi All, I currently have a need to setup a webserver on one of our internal servers that is going to send and receive XML SOAP responses to an external company through a VPN. It seems like something that I could use python (maybe even Django) for. However, even though I have been using Pyth

Re: creating multiple python Django projects in Windows environment

2016-03-21 Thread ivan77
> > Hmm, that depends how you want to structure things. If the different > applications are conceptually different, you can keep them completely > separate by making them separate Django projects; that would give you > the flexibility to put them onto independent URLs, post the source > code to o