Skip to content

Quick Guide #22

Description

@Yanvps01

Hi, can you make a quick guide on how to execute this files for noobs?

Edit: I downloaded thonny python and added the scipy package, then runned the file python_wizard_gui ( as said by christurnerchris in the issue #18). But still i can't convert the .wav files to LPC streams.

I got this error message in Thonny:

%Run python_wizard_gui
0 1.1538461538461537
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\yanvp\AppData\Roaming\Python\Python310\site-packages\scipy_init_.py", line 150, in getattr
return globals()[name]
KeyError: 'array'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\yanvp\AppData\Local\Programs\Thonny\lib\tkinter_init_.py", line 1921, in call
return self.func(*args)
File "C:\Users\yanvp\AppData\Local\Programs\Thonny\lib\tkinter_init_.py", line 839, in callit
func(*args)
File "C:\Users\yanvp\Desktop\python_wizard-master\python_wizard_gui", line 304, in repeatedly
b = Buffer.fromWave(self.filename)
File "C:\Users\yanvp\Desktop\python_wizard-master\pywizard\Buffer.py", line 31, in fromWave
d2 = sp.array(data, 'float')
File "C:\Users\yanvp\AppData\Roaming\Python\Python310\site-packages\scipy_init
.py", line 152, in getattr
raise AttributeError(
AttributeError: Module 'scipy' has no attribute 'array'

This is my UI:

image

This is the file I want to convert:

https://drive.google.com/drive/folders/1eITYrZ8G5vy2q2sdLpcDv9ZlD8DFJGni?usp=drive_link

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions