Coder Social home page Coder Social logo

Comments (24)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
Do you mean Windows binaries?

Original comment by [email protected] on 21 Sep 2010 at 2:06

  • Changed state: Accepted

from pymssql.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
Yes

Original comment by [email protected] on 21 Sep 2010 at 6:05

from pymssql.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
[deleted comment]

from pymssql.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
I've build 2.7 binaries (haven't tested yet), will attach.

Original comment by [email protected] on 2 Nov 2010 at 5:52

Attachments:

from pymssql.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
hi guys, is this stable? anybody tested it?

Original comment by [email protected] on 25 Nov 2010 at 8:43

from pymssql.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
people, how do i install pymssql on windows with python 2.7?

Original comment by [email protected] on 12 Jan 2011 at 7:24

from pymssql.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
Hello guys, i need pymssql for python 2.7 too!! i'll try tested your binaries

Original comment by [email protected] on 14 Jan 2011 at 10:01

from pymssql.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
Binaries seem to work, thanks! Is there any chance to 'officially' roll this 
out?

Original comment by [email protected] on 10 Feb 2011 at 2:43

from pymssql.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
Binaries don't work for me. I get an error on loading the dll included. I'm 
running ActivePython 2.7 x64, wondering if you just compiled the x32?

Original comment by [email protected] on 15 Feb 2011 at 4:56

from pymssql.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
How do I install this?

Original comment by [email protected] on 19 Feb 2011 at 11:17

from pymssql.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
I have been building snapshots here, 
http://build.damoxc.net/downloads/pymssql/snapshots/ however I can't comment on 
their stability and also if memory serves I'm fairly sure you need to pass an 
environment variable specifying where the freetds.conf file is. I need to work 
out how to avoid requiring that file ideally.

Original comment by [email protected] on 27 Mar 2011 at 2:44

from pymssql.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
isn't it about time for a official 2.7 release?  The snapshots in the last post 
do not work.

Original comment by [email protected] on 29 Jul 2011 at 6:22

from pymssql.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
Tony,

Yes, but there is only so much time in the day and there are still a few bugs 
to be ironed out.  The current HG tip works on 2.7, you are welcome to build it.

Original comment by [email protected] on 30 Jul 2011 at 6:27

from pymssql.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
I need a working windows version for python 2.7. Don't know exactly how to 
build, but i can spend time to learn and do it. If someone could explain me, i 
could build for all python 2.x version and test them.

thanks.

Original comment by [email protected] on 28 Aug 2011 at 10:03

from pymssql.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
requiring a version of python before it can install seems silly. most 
everything i have seen in python 2.x series has been backward compatible. am i 
wrong? the installation seems to be checking for 2.6 in the registry. 
sqlalchemy, here i come! pymssql was great when i used it before. i guess 
momentum for this project has halted ?

Original comment by [email protected] on 9 Sep 2011 at 6:38

from pymssql.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
SQLAlchemy and pymssql are not the same thing.  You need a SQL Server "driver" 
for SQLAlchemy.  The only two I know of that exist is pymssql and pyodbc.  
Momentum is definitely slow, but not halted.

Original comment by [email protected] on 19 Sep 2011 at 1:17

from pymssql.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
The HG tip works in 2.7 but it does result in a few warnings... 

cythoning _mssql.pyx to _mssql.c
warning: _mssql.pyx:1198:51: local variable 'data' referenced before assignment
warning: _mssql.pyx:170:11: Unreachable code
building '_mssql' extension

cythoning pymssql.pyx to pymssql.c
warning: pymssql.pyx:410:8: Unreachable code
building 'pymssql' extension

Original comment by [email protected] on 4 Oct 2011 at 5:34

from pymssql.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
if this is not the place for this , tell me where to give feedback please:
tried 2 methods to install:

C:\Python\27\Scripts>easy_install.exe pymssql
Searching for pymssql
Reading http://pypi.python.org/simple/pymssql/
Reading http://code.google.com/p/pymssql/
Reading http://code.google.com/p/pymssql/downloads/list
Reading http://pymssql.sourceforge.net
Reading 
http://sourceforge.net/project/showfiles.php?group_id=40059&package_id=32202
Best match: pymssql 1.9.908.win32
Downloading http://pymssql.googlecode.com/files/pymssql-1.9.908.win32.zip
Processing pymssql-1.9.908.win32.zip
error: Couldn't find a setup script in 
c:\docume~1\djacks~1\locals~1\temp\easy_install-gba42y\pymssql-1.9.908.win32.zip

2nd method 
cythoning _mssql.pyx to _mssql.c
building '_mssql' extension
C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo /Ox /MD 
/W3 /GS- /DNDEBUG -Iwin32\freetds\include -Ic:\Python\27\include 
-Ic:\Python\27\PC /Tc_mssql.c /Fobuild\temp.win32-2.7\Release\_mssql.obj 
-DMSDBLIB
_mssql.c
_mssql.c(1) : fatal error C1189: #error :  Do not use this file, it is the 
result of a failed Cython compilation.

how to resolve the failed Cython compilation?

Original comment by [email protected] on 5 Oct 2011 at 3:18

from pymssql.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
If you want a working version, you are going to have to use HG tip.  
easy_install is not currently going to work.

Original comment by [email protected] on 6 Oct 2011 at 7:58

from pymssql.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
pyodbc ended up being a good solution - no clue if there was any tradeoff to 
performance or something else.

what is HG tip? google makes me think it is a development term. 

Original comment by [email protected] on 7 Oct 2011 at 2:56

from pymssql.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
Anyone could explain what HG tip is? I'm really confused about this term.
Installing pymssql with python 2.7 failed with following error message:

cl:Command line error D8021: invalid numeric argument 
'-Wl,-allow-multiple-definition'
I'm using Visual C++ 2008 Express Edition


Original comment by [email protected] on 3 Nov 2011 at 3:55

from pymssql.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
"hg tip" is Mercurial version control speak

Original comment by [email protected] on 3 Nov 2011 at 10:08

from pymssql.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
latest HG tip will support 2.7 I believe, although we don't have binaries for 
it yet, that issues is tracked elsewhere.

Original comment by [email protected] on 8 Mar 2012 at 3:00

  • Changed state: Duplicate

from pymssql.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
Does the python 2.7 windows installer at the bottom of this page work?

http://code.google.com/p/pymssql/issues/detail?id=54


Original comment by [email protected] on 15 Jun 2012 at 3:04

from pymssql.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.