macos tag

212 questions


1 answers
75 views
0
I can't open the app I built for OSX.

Web-delivered the application for OSX created in the Unity project.When downloaded from the web, Application Application Name cannot be displayed.The security settings have been changed to Allow Appli...

2 years ago

1 answers
186 views
0
Anaconda installs pyqt4 but gets ImportError: No module named PyQt4

Obviously, PyQt4 looks like it's possible, but I'm having trouble getting a no module.There is no pyqt4 in the pip list.It is on the conda list.hogenoMacBook-puro:~hoge$pyuic4Traceback (most recent ca...


1 answers
83 views
0
Unable to run python on mac

I want to enter Python code in the text editor (CotEditor) of the mac and run it as terminal or IDLE, but I can't.What should I do?codeprint(hello world)

2 years ago

1 answers
112 views
0
I want to know which process to kill using port number 80

I am currently studying Docker, and I am referring to My first Docker for Mac.In conclusion, Which process ID should I kill?Also, please let me know why you kill the process ID out of several. docker ...

2 years ago

1 answers
88 views
0
Unable to use end-of-line specification using $ symbol in grep

Prerequisites/What you want to achieveI am learning regular expressions in bash on macOS.I tried to end the line with the $ symbol in grep, but the search pattern was not recognized.problems you are h...

2 years ago

2 answers
121 views
0
I want to be able to type commands on my Mac terminal.

I am currently learning Python.While learning Python notation on Mac Terminal, I accidentally operated it and entered the mode as shown in the image.(I don't remember what I did...) Once I close the t...

2 years ago

1 answers
70 views
0
I want to see "Hello django" on my Mac

Django's server won't start. Please tell me how to resolve it.Mac 10.14.4 (18E226)vscodeMinicondadjangopythonDjangoAnacondaExtensionPackMagicPython(dj)watanabekeitanoMacBook-Pro:test3watanabekeita$con...


1 answers
110 views
0
How to Specify Classes When Writing to PropertyList Using the Codable Protocol

I would like to create classes and subclasses that conform to Swift's Codable protocol and write and load a mixed array in PropertyList, but it seems that I cannot determine the class.We have created ...

2 years ago

2 answers
83 views
0
You are prompted to enter a password when you run the git command installed on your Mac.

I'm a beginner in programming.After installing git on the mac, you will be asked to enter the password as follows.I don't remember setting it up, so I can't move on from here. I would appreciate it if...

2 years ago

1 answers
59 views
0
Java 11 is unable to load the library.

I use mac(Mojave).I saw an article saying that the jar file should be loaded in /Library/Java/Extensions/, but it will not load.How do I have /Library/Java/Extensions/ referenced? Add* Articlehttp://...

2 years ago
« - 4 - »

© 2024 OneMinuteCode. All rights reserved.