rsync UI script not detecting pillar #49258

Closed
opened 2016-09-05 16:40:16 +02:00 by Pablo Vazquez · 7 comments

Getting this error even though I have $PILLAR_DIR defined on my ~/.bashrc

It actually works after commenting the 3rd line "PILLAR_DIR=$(python <<EOT..."

Traceback (most recent call last):
  File "<stdin>", line 3, in <module>
ImportError: No module named pillar
Unable to find assets dir /pillar/web/static/assets/
Getting this error even though I have $PILLAR_DIR defined on my ~/.bashrc It actually works after commenting the 3rd line "PILLAR_DIR=$(python <<EOT..." ``` Traceback (most recent call last): File "<stdin>", line 3, in <module> ImportError: No module named pillar Unable to find assets dir /pillar/web/static/assets/ ```
Sybren A. Stüvel was assigned by Pablo Vazquez 2016-09-05 16:40:16 +02:00
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @pablovazquez

Added subscriber: @pablovazquez

While you have your blender cloud virtualenv activated, do a pip install -e . from the pillar dir. That should ensure that Python finds it.

While you have your blender cloud virtualenv activated, do a `pip install -e .` from the pillar dir. That should ensure that Python finds it.
Sybren A. Stüvel removed their assignment 2016-09-07 09:09:09 +02:00
Pablo Vazquez was assigned by Sybren A. Stüvel 2016-09-07 09:09:09 +02:00

Added subscriber: @dr.sybren

Added subscriber: @dr.sybren

Is this still an issue?

Is this still an issue?

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'

archiving due to lack of response from @venomgfx

archiving due to lack of response from @venomgfx
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: archive/pillar#49258
No description provided.