Git Product home page Git Product logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 31, 2024
That is exactly the result I get. BUT - it dont work on Windows only (Win 7 
64bit in my case) AND when the page is encrypted (https://...)
Ubuntu 12.04 works fine even with encryption.

Original comment by [email protected] on 11 Dec 2012 at 1:37

from python-wikitools.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 31, 2024
I can't reproduce this on Linux

Python 2.7.3 (default, Sep 26 2013, 20:03:06)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import platform
>>> platform.platform()
'Linux-3.2.0-54-virtual-x86_64-with-Ubuntu-12.04-precise'
>>> from wikitools import wiki
>>> from wikitools import api
>>> site = wiki.Wiki("http://en.wikipedia.org/w/api.php")
>>> site
<wikitools.wiki.Wiki 'http://en.wikipedia.org/w/api.php' not logged in>
>>> wiki.VERSION
'1.1.1'


Original comment by [email protected] on 6 Nov 2013 at 5:43

  • Changed state: On-hold

from python-wikitools.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 31, 2024
Nor can I reproduce this in Win7 (also tested in 32 bit)

Python 2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)] on 
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import platform
>>> platform.platform()
'Windows-7-6.1.7601-SP1'
>>> from wikitools import wiki
>>> from wikitools import api
>>> site = wiki.Wiki("http://en.wikipedia.org/w/api.php")
>>> site
<wikitools.wiki.Wiki 'http://en.wikipedia.org/w/api.php' not logged in>
>>> wiki.VERSION
'1.1.1'

Original comment by [email protected] on 6 Nov 2013 at 2:22

from python-wikitools.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 31, 2024
Issue 44 has been merged into this issue.

Original comment by [email protected] on 7 Dec 2013 at 10:43

from python-wikitools.

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.