Closed immitev closed 9 years ago
We are not supporting this package on Windows. We don't use Windows and don't have the bandwidth to do so. Pull requests, however, are always welcome. We'd be glad to review if you or someone else would like to make this package compatible with Windows. I'll make sure the README reflects this.
The following seemed to work on Windows (v8.1 w/Py2.7), w/o requiring code changes. Did not test this much, but these steps allowed to use both pip install as well as building the package from the latest git snapshot (1.3.3).
requirements.txt
; example: pip install --upgrade uritemplategit.exe
is in the path.If others can confirm this, perhaps documentation can be updated.
I can also confirm that with the latest couple of versions of the library, the robotframework-pageobjects installation with 'pip' on Windows (both Win7 and Win8.1) was fine.
Tried to install with 'pip' but couldn't. Using Windows 8. When ran with non-admin got several errors "WindowsError: [Error 2] The system cannot find the file specified". When ran as admin, the installation never completes (at least several hours).
Installed packages (Python 2.7):
Paver==1.2.4 Pygments==2.0.2 decorator==3.4.2 docutils==0.12 mock==1.0.1 nose==1.3.7 packit==0.9.2 requests==2.7.0 robotframework==2.8.7 robotframework-selenium2library==1.7.1 selenium==2.46.0 wheel==0.24.0