chr15m / chr15m/pyata

modules won't load in snow python 2.7 mac os x /snow leopard

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
auto-migrated Priority-Medium Type-Defect
Dominant language
Python
Stars
1
Forks
1
PR merge metrics
No merged PRs in 30d

Description

```
What steps will reproduce the problem?
1. downloaded from svn
2. opened properties.config and added
/Applications/Pd-extended.app/Contents/Resources/bin/pd
(previously tested the path in terminal and it did launch PD)
3. opened the example.py ('python
/Users/alkopop79/pythonstuff/pyata/src/example.py

What is the expected output? What do you see instead?

I expected the example file run instead it yielded an error message:

Traceback (most recent call last):
File "./src/example.py", line 13, in
from Pd import *
File "/Users/alkopop79/pythonstuff/pyata/src/Pd.py", line 14, in
from basic_classes.box import *
ImportError: No module named basic_classes.box

What version of the product are you using? On what operating system?

Please provide any additional information below.

```

Original issue reported on code.google.com by `alkopo...@gmail.com` on 13 May 2012 at 12:44

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by running src/example.py in the reported Python 2.7 environment and inspect the import chain from src/example.py through src/Pd.py to basic_classes.box. Confirm why basic_classes.box cannot be found and verify that the example runs without the reported ImportError.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.