Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant seem to install #63

Open
saapman opened this issue Sep 28, 2017 · 9 comments
Open

Cant seem to install #63

saapman opened this issue Sep 28, 2017 · 9 comments

Comments

@saapman
Copy link

saapman commented Sep 28, 2017

Hello,
I use Revit 2017, I ran the installer for 2017, but i'm not seeing any Python shell buttons in the add ins tab. Any idea what the problem might be? p.s. Its on my work computer and all software is installed by IT support staff using administrator accounts. (I noticed there is no %APPDATA%\RevitPythonShellxxxx folder in my user folder , however i do have this folder: 'C:\Program Files (x86)\RevitPythonShell2017 ') . Thanks.

-saap

@daren-thomas
Copy link
Member

Hello @saapman,

yes. I think I might know what the problem is - the addin file needs to be in your Autodesk\Revit\Addins\2017 folder. When your IT support staff installed the tool, it was created in the corresponding folder for the Administrator account. You could ask them to copy it for you.

@saapman
Copy link
Author

saapman commented Oct 12, 2017

Hi Daren,

Thanks for the response. I got it fixed. The add in needed to be copied to 'Users/****/APPDATA' root folder.

@saapman saapman closed this as completed Oct 12, 2017
@saapman
Copy link
Author

saapman commented Oct 16, 2017

Hi Daren,

Sorry, My mistake. its not working after all. I put the 'RevitPythonShell2017' folder in AppData as well as in Addins/2017, and also copied the 3 files (init, RevitPythonShell and startup) to the Addins root folder.
I was simultaneously installing PyRevit, and this is what started working when I copied it to my 'User/Appdata' folder.
Any thoughts?

Best,
Sandeep

@saapman saapman reopened this Oct 16, 2017
@daren-thomas
Copy link
Member

@saapman did you find a solution to this?

@saapman
Copy link
Author

saapman commented Jan 8, 2018 via email

@daren-thomas
Copy link
Member

What are the symptoms? Do you get an error message?

@maltezc
Copy link

maltezc commented Mar 12, 2018

Has Anyone gotten this to work yet?

I am in a similar position as i am on my work computer and trying to install RPS. I have pyRevit installed however I cant seem to get RPS installed. There is no error showing. Everytime i've moved the file locations, i've closed Revit and reopened but there is no luck unfortunately. I've tried the addins folder as you had stated in your second comment but no luck yet.

Right now im going through the potential addins file location as stated here:

https://gist.github.com/teocomi/5986db4eba261ec4baeb7325329aa226

if there is success, I will post...as well as pop a bottle of champagne since this has eluded me for over a year now :(

@PMoureu
Copy link
Contributor

PMoureu commented Mar 14, 2018

Hi @saapman @maltezc ,

I tried an install in the same context, with admin & user accounts, i could make it work by moving 2 things.

After a setup made by an admin account, i moved the files as following :

  • .addin file :
    from C:\Users\Admin\AppData\Roaming\Autodesk\Revit\Addins\2017
    to C:\Users\UserName\AppData\Roaming\Autodesk\Revit\Addins\2017

  • RPS folder:
    from C:\Users\Admin\AppData\Roaming\RevitPythonShell2017
    to C:\Users\UserName\AppData\Roaming\RevitPythonShell2017

    (containing CommandLoaderAssembly.dll, init.py, RevitPythonShell.xml, startup.py)

The main folder C:\Program Files (x86)\RevitPythonShell2017 remains unchanged.

Hope it can help you... (otherwise could you specify the folders structure ?)

@daren-thomas
Copy link
Member

It seems the functionality to install for everyone is really important! I'll try and look into this soon! I'm terribly sorry for any inconveniences...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants