ncbi / robotframework-pageobjects

Implementation of the Page Object pattern with Robot Framework and selenium. Also facilitates page object pattern independent of Robot Framework
http://ncbi.github.io/robotframework-pageobjects
Other
84 stars 75 forks source link

Can't install robotframework-pageobjects with 'pip' on Windows #52

Closed immitev closed 9 years ago

immitev commented 9 years ago

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

kahunacohen commented 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.

zlorb commented 9 years ago

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).

If others can confirm this, perhaps documentation can be updated.

immitev commented 9 years ago

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.