On Mon, Jan 16, 2012 at 2:43 PM, Python_Junkie <
software.buy.des...@gmail.com> wrote:
> I guess I am digging in a lot deeper into this topic that I had
> intended, but your statement above
> about each developer compiling their own source code seems to go
> against the DRY
> principle.
>
The DR
On Mon, Jan 16, 2012 at 11:43 AM, Python_Junkie
wrote:
> I have no issue with running a script that will compile the source
> code, if that was all there was to the process,
> but if someone has tweaked the source code
> and makes it work on a particular version of mac OS or ubuntu with a
> parti
Thank you for your response.
Your answer makes sense.
If the source is set up as a package then in theory it can be
installed on any platform
with the command setup.py install.
Thanks again.
I will try again to set finish the set up on my Mac.
Bob
On Jan 16, 11:38 am, Tom Evans wrote:
> On Mo
>yes, this is wrong. most development is done in non-windows OS.
>what you're seeing is that since OSS is about sharing source,
On Jan 16, 11:31 am, Javier Guerra Giraldez
wrote:
> On Mon, Jan 16, 2012 at 11:22 AM, Python_Junkie
>
I guess I am digging in a lot deeper into this topic that I had
On Jan 16, 10:31 am, Javier Guerra Giraldez
wrote:
> it's a pity that MacOS is going the same route (i think 10.4 still
> included XCode in the optional installers DVD), so there's some demand
> for binary distribution for Mac too.
mac osx 10.7 (Lion) includes Xcode for free from the app store. A
On Mon, Jan 16, 2012 at 4:32 PM, Python_Junkie
wrote:
> Thanks for the procedure.
>
> But when I look at the list of packages for pyodbc displayed, they are
> tailored to a specific version of python /chipset.
>
> http://code.google.com/p/pyodbc/downloads/list
Note, these are not ports, but compi
On Mon, Jan 16, 2012 at 4:22 PM, Python_Junkie
wrote:
> Am I wrong in the assumption that there are less python packages
> available for non windows OS
>
I have no explicit 'proof' of this, but I am fairly sure that the
opposite is true - there will be more packages available for non
windows OS.
Thanks for the procedure.
But when I look at the list of packages for pyodbc displayed, they are
tailored to a specific version of python /chipset.
http://code.google.com/p/pyodbc/downloads/list
I have a couple of questions.
1. Where do I obtain the source code for pyodbc, above,
2. How do I ta
On Mon, Jan 16, 2012 at 11:22 AM, Python_Junkie
wrote:
> Am I wrong in the assumption that there are less python packages
> available for non windows OS
yes, this is wrong. most development is done in non-windows OS.
what you're seeing is that since OSS is about sharing source, the main
form of
I appreciate your response.
I still would like to move my development over to linux based OS, as
you said many of the deployments are on linux web servers.
You helped me clarify what I would require in order to make any
project successful.
I would need the capability of porting any existing open s
You need two things:
- Xcode (available in the Mac App Store) - this will give you the tools
needed to build software from source
- Homebrew (http://mxcl.github.com/homebrew/) - this is similar to fink or
MacPorts, but IMHO much better
Then do something like:
> sudo easy_install pip
> sudo pip i
This isn't really an answer to your question, but here's my 2 cents.
I'm in the reverse situation as you, Macs at work and Windows at home.
I wasn't too interested in figuring out Django development on either
after quickly disliking macports and never having the desire to
develop on windows without
12 matches
Mail list logo