mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-25 00:45:54 +03:00
[GH-ISSUE #115] SyntaxError #431
Labels
No labels
AI Content Agents
AI Content Strategy
AI Content planning
AI Marketing Tools
AI SEO
AI personalization
AI writer
ALwrity Copi-lot
Alwrity web search
Anthropic
DeepSeek
Gemini AI
Integration
LLM
OnBoarding
OnBoarding
RAG knowledgebase Memory
bug
documentation
enhancement
good first issue
help wanted
invalid
openai
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ALwrity#431
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Acelbyte on GitHub (Sep 1, 2024).
Original GitHub issue: https://github.com/AJaySi/ALwrity/issues/115
SyntaxError: File "C:\Program Files\Artificial Intelligence\AjaySi\AI-Writer\lib\utils\alwrity_utils.py", line 48 from lib.ai-seo_tools.on_page_seo_analyzer import analyze_onpage_seo ^ SyntaxError: invalid syntax


Traceback:
File "C:\Acelbyte\Packages\Python\Lib\site-packages\streamlit\runtime\scriptrunner\exec_code.py", line 88, in exec_func_with_error_handling
result = func()
^^^^^^
File "C:\Acelbyte\Packages\Python\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 590, in code_to_exec
exec(code, module.dict)
File "C:\Program Files\Artificial Intelligence\AjaySi\AI-Writer\alwrity.py", line 12, in
from lib.utils.alwrity_utils import (blog_from_keyword, ai_agents_team, essay_writer, ai_news_writer, ai_seo_tools,
@uniqueumesh commented on GitHub (Sep 1, 2024):
Hi, @acelbyte
Could you follow these steps to solve this issue?
please let us know if this works for you.
@Acelbyte commented on GitHub (Sep 1, 2024):
done, solved thank you
@AJaySi commented on GitHub (Sep 1, 2024):
@umesh070
Thanks a lot.
I will be pushing few features with this fix, today.
@acelbyte
Sorry for the trouble. Please close the issue.
@Acelbyte commented on GitHub (Sep 2, 2024):
An error occurred while saving the configuration: [Errno 13] Permission denied: 'C:\Program Files\Artificial Intelligence\AjaySi\AI-Writer\lib\workspace\alwrity_config\main_config.json'
@AJaySi commented on GitHub (Sep 2, 2024):
Thats windows permission problem. You will need to change your folder permission. Basically, run alwrity.py as admin.
https://stackoverflow.com/questions/64076532/how-to-allow-a-python-script-to-make-changes-to-program-files
https://discuss.python.org/t/permissionerror-errno-13-permission-denied-python-2023/22360